FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / GenerateModelAsync Method / GenerateModelAsync(BatchHeader,String,String,String,Property[]) Method

In This Topic
    GenerateModelAsync(BatchHeader,String,String,String,Property[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub GenerateModelAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal DataSource As String, _
       ByVal Model As String, _
       ByVal Parent As String, _
       ByVal Properties() As Property _
    ) 
    public void GenerateModelAsync( 
       BatchHeader BatchHeader,
       string DataSource,
       string Model,
       string Parent,
       Property[] Properties
    )

    Parameters

    BatchHeader
    DataSource
    Model
    Parent
    Properties
    See Also